Timer
The Timer object allows you to execute steps in a flow on a time basis by triggering them after a specified delay or at defined intervals. It can be configured to run either as a one-shot execution or in a recurring (interval) mode. The Timer enables the flow to either continue after waiting for a certain duration or trigger repeated actions at scheduled intervals. It is commonly used in scenarios such as reminders, SLA tracking, escalation, automated periodic tasks, and retry mechanisms.
